GdkWindowWayland: make sure we attach the surface when repainting
authorOwen W. Taylor <otaylor@fishsoup.net>
Wed, 24 Apr 2013 22:00:41 +0000 (18:00 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 25 Apr 2013 17:45:12 +0000 (13:45 -0400)
commitc71fea568fc0559b8bd222e2fffdc9b108c3ade9
treef966770be69af091ab487c34261d5e924bf5fb23
parentd5310f936727077839cbe7771d37769b42f41b44
GdkWindowWayland: make sure we attach the surface when repainting

Lazily creating the cairo surface that backs a window when we
first paint to it means that the call to
gdk_wayland_window_attach_image() in
gdk_wayland_window_process_updates_recurse() wasn't working the
first time a window was painted.

https://bugzilla.gnome.org/show_bug.cgi?id=698864
gdk/wayland/gdkwindow-wayland.c